# Belgium (BEL)

#########################################################################
#  The Recognition of Belgian Independence
#########################################################################
event = {
	id = 6700
	random = no
	country = BEL

	# Triggered by HOL 2100

	name = "EVT_6700_NAME"
	desc = "EVT_1505_DESC"
	style = 0

	action_a = {
		name = "ACTIONNAME6700A" # Let's Sign the London Treaty
		command = { type = relation which = HOL value = 100 }
		command = { type = trigger which = 6918 } #ENG
		command = { type = trigger which = 7221 } # FRA
		command = { type = trigger which = 1504 } # AUS
		command = { type = trigger which = 4602 } #PRU
		command = { type = addcore which = 781 }
		command = { type = addcore which = 745 }
	}
}
#########################################################################
#  The Recognition of Belgian Autonomy
#########################################################################
event = {
	id = 6701
	random = no
	country = BEL

	# Triggered by HOL 2100

	name = "EVT_6701_NAME"
	desc = "EVT_6701_DESC"
	style = 0

	action_a = {
		name = "ACTIONNAME6700A" # Let's Sign the London Treaty
		command = { type = relation which = HOL value = 50 }
		command = { type = trigger which = 6918 } #ENG
		command = { type = trigger which = 7221 } # FRA
		command = { type = trigger which = 1504 } # AUS
		command = { type = trigger which = 4602 } # PRU
		command = { type = addcore which = 781 }
		command = { type = addcore which = 745 }
	}
}
#########################################################################
#  The Dutch Refuse Belgian Sovereignity
#########################################################################
event = {
	id = 6702
	random = no
	country = BEL

	# Triggered by HOL 7400

	name = "EVT_6702_NAME"
	desc = "EVT_6702_DESC"
	style = 0

	action_a = {
		name = "ACTIONNAME6702A" # Beg the world for help
		command = { type = relation which = HOL value = -100 }
		command = { type = trigger which = 6919 } #ENG
		command = { type = trigger which = 7222 } # FRA
		command = { type = trigger which = 1505 } # AUS
		command = { type = trigger which = 4603 } # PRU
		command = { type = addcore which = 781 }
		command = { type = addcore which = 745 }
	}
}




